PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / inverseTransformPoint Method / inverseTransformPoint(double,double) Method
X coordinate of the point.
Y coordinate of the point.
In This Topic
    inverseTransformPoint(double,double) Method
    In This Topic
    Applies the geometric transform represented by the inverse of this matrix to a specified point.
    Syntax
    public PDFPoint inverseTransformPoint( 
       double x,
       double y
    )

    Parameters

    x
    X coordinate of the point.
    y
    Y coordinate of the point.

    Return Value

    Transformed point.
    See Also